<?php $theme_opts = get_option('nx_options'); ?>
<?php if($theme_opts['favicon_icon']): ?>
<?php endif; ?>
<?php wp_head(); ?>
<?php
// custom css
if($theme_opts['custom_css']){
echo '';
}
?>
<?php if(!is_front_page() || is_paged()): ?>
<?php get_template_part('template-parts/notice', 'layout'); ?>
<?php if($theme_opts['header_code'] && !wp_is_mobile()): ?>
<?php elseif($theme_opts['header_code_mobile'] && wp_is_mobile()): ?>
<?php endif; ?>
<?php endif; ?>